home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / gfx / edit / VE-addspaceb.lha / notes / AddSpaceB.notes
Text File  |  1999-04-08  |  1KB  |  81 lines

  1.  
  2. Visual Engineering - AddSpace B v1.07
  3. -------------------------------------
  4.  
  5. This script adds working space to one side of picture
  6.  
  7.  
  8.  
  9. You can select to use white, black or if you let script decide
  10. background color, it looks for a pixel at bottom right corner and
  11. uses it's color value for background.
  12.  
  13.  
  14.  
  15. You can call this script from your own scripts, too.
  16.  
  17.  
  18.   address command "rexx:rx ie:arexx/AddSpaceB.rexx" <logo> <bg> <side> <space>
  19.  
  20.   - <logo> is the picture to add some space around
  21.   - <bg> is one of following keywords or number of menuitem
  22.  
  23.     BLACK or WHITE or GUESS, 0 to 2
  24.  
  25.     GUESS makes script to look for a pixel at bottom right corner
  26.     and to use that color as background color.
  27.  
  28.   - <side> is the name of the side or number of menuitem
  29.  
  30.     TOP or BOTTOM or LEFT or RIGHT, 0 to 3
  31.  
  32.   - <space> is the value to add to a side
  33.  
  34.  
  35.  
  36.   Next lines return you the name of this new picture.
  37.  
  38.   PROJECT_LIST
  39.   xyz=result
  40.   pic=subword(xyz,1,1)
  41.  
  42.  
  43.  
  44.   Example:
  45.  
  46.   rx ie:arexx/AddSpaceB.rexx 000_testpic.iff WHITE top 50
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. HISTORY
  54.  
  55.  1.07
  56.  
  57.   Cleaned up the code and fixed argument parsing.
  58.  
  59.  1.03
  60.  
  61.   Space is now added to only one side of picture
  62.  
  63.  1.00
  64.  
  65.   History started
  66.  
  67.  
  68.  
  69.  
  70. The archive, where this file came from, can be distributed using
  71. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  72. original archive must not be seperated from each other.
  73.  
  74.  
  75.  
  76. VISUAL ENGINEERING - graphical examples & more
  77.  
  78.  HTTP://wwnet.fi/users/smarko/ie/
  79.  
  80.  
  81.